home *** CD-ROM | disk | FTP | other *** search
- head 1.3;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @| @;
-
-
- 1.3
- date 92.06.16.11.53.47; author jhh; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 89.12.11.12.01.04; author jhh; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 89.07.11.19.52.19; author nelson; state Exp;
- branches ;
- next ;
-
-
- desc
- @Initial code from DECWRL.
- @
-
-
- 1.3
- log
- @added SYS_SYS_GET_HOSTNAME and SYS_SYS_SET_HOSTNAME
- @
- text
- @/*
- *
- * sysStubs.s --
- *
- * Stubs for the Sys_ system calls.
- *
- * Copyright 1986, 1988 Regents of the University of California
- * Permission to use, copy, modify, and distribute this
- * software and its documentation for any purpose and without
- * fee is hereby granted, provided that the above copyright
- * notice appear in all copies. The University of California
- * makes no representations about the suitability of this
- * software for any purpose. It is provided "as is" without
- * express or implied warranty.
- *
- * rcs = $Header: /sprite/src/lib/c/syscall/ds3100.md/RCS/sysStubs.s,v 1.2 89/12/11 12:01:04 jhh Exp Locker: jhh $ SPRITE (Berkeley)
- *
- */
-
- #include "userSysCallInt.h"
-
- SYS_CALL(Sys_DoNothing, SYS_SYS_DONOTHING)
- SYS_CALL(Sys_GetTimeOfDay, SYS_SYS_GETTIMEOFDAY)
- SYS_CALL(Sys_SetTimeOfDay, SYS_SYS_SETTIMEOFDAY)
- SYS_CALL(Sys_EnableDisplay, SYS_SYS_ENABLEDISPLAY)
- SYS_CALL(Sys_Shutdown, SYS_SYS_SHUTDOWN)
- SYS_CALL(Sys_GetMachineInfo, SYS_SYS_GETMACHINEINFO_NEW)
- SYS_CALL(Sys_Stats, SYS_SYS_STATS)
- SYS_CALL(Sys_GetHostName, SYS_SYS_GET_HOSTNAME)
- SYS_CALL(Sys_SetHostName, SYS_SYS_SET_HOSTNAME)
- @
-
-
- 1.2
- log
- @changed Sys_GetMachineInfo to new format
- @
- text
- @d16 1
- a16 1
- * rcs = $Header: /sprite/src/lib/c/syscall/ds3100.md/RCS/sysStubs.s,v 1.1 89/07/11 19:52:19 nelson Exp Locker: jhh $ SPRITE (Berkeley)
- d19 1
- d29 2
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d16 1
- a16 1
- * rcs = $Header: sysStubs.s,v 1.1 89/06/20 18:40:39 mnelson Exp $ SPRITE (Berkeley)
- d26 1
- a26 1
- SYS_CALL(Sys_GetMachineInfo, SYS_SYS_GETMACHINEINFO)
- @
-